バージョン

GetBounds(IList<Point>) メソッド

所定の Point をすべて収容する境界矩形を取得します。
シンタックス
'宣言
 
Public Overloads Shared Function GetBounds( _
   ByVal points As IList(Of Point) _
) As Rect
public static Rect GetBounds( 
   IList<Point> points
)

パラメータ

points
境界矩形を求める Point。

戻り値の型

所定の Point をすべて収容する境界矩形。
参照